home *** CD-ROM | disk | FTP | other *** search
/ Giga Games 1 / Giga Games.iso / net / hack / 2_3 / fixes_2.3 < prev    next >
Encoding:
Text File  |  1993-06-20  |  5.0 KB  |  213 lines

  1.         NetHack Fixes List    Revision 2.3e
  2.  
  3.     New Files:
  4.  
  5. Fixes.2.3    This file.
  6.  
  7. Makefile.3B2    A new Makefile for the ATT 3B2.
  8.  
  9. Spoilers.mm    As above - pre nroff -mm
  10.  
  11. food.tbl    Tables for above manual
  12. fount.tbl
  13. monster.tbl
  14. weapon.tbl
  15.  
  16. nansi.doc    Documentation for nansi.sys.
  17.  
  18. hh        Fixed improper def of "X" for casting spells.
  19.  
  20. fight.c        Dogname fix for "you hit your dog" line.  (Janet Walz)
  21.  
  22. pri.c        Patch for "SCORE_ON_BOTL".  (Gary Erickson)
  23. config.h
  24.  
  25. pray.c        Null refrence bug fix for Suns. (The Unknown Hacker)
  26.  
  27. termcap.c    null pointer bug fix. (Michael Grenier)
  28.  
  29. mon.c        chameleon shape made dependent on current lev. (RPH)
  30. spell.c
  31. monmove.c
  32.  
  33. rnd.c        fixed SYSV/BSD problems with random(). (many sources)
  34. config.h
  35.  
  36. shk.c        fix to allow compilation with or without HARD option.
  37.         (reported by The Unknown Hacker)
  38.  
  39. termcap.c    ospeed fix for SYSV. (reported by Eric Rapin)
  40.  
  41. unixunix.c    fix for NFS sharing of playground. (Paul Meyer)
  42.  
  43. options.c    many misc. bugs while compiling for the PC. (Tom Almy)
  44. pcmain.c
  45. pctty.c
  46. hack.h
  47. nethack.cnf
  48. pager.c
  49. fight.c
  50.  
  51. mkroom.h    Addition of reorganized special-room code.
  52. mkshop.c    (Eric S. Raymond)
  53. mklev.c
  54. rnd.c
  55.  
  56. trap.c        Fixed teleport to hell problems caused by rnz().
  57.         (reported by Janet Walz)
  58.  
  59. termcap.c    Various fixes to MSDOSCOLOR code. (Tom Almy)
  60. end.c
  61.  
  62. hack.c        Fixed typos. (Steve Creps)
  63. msdos.c
  64. pcmain.c
  65.  
  66. config.h    Enabled the use of termcap file c:\etc\termcap or
  67. termcap.c    .\termcap.cnf for MS Dos (Steve Creps)
  68.  
  69. eat.c        Continued implementation of Soldier code.
  70. makedefs.c    Added Barracks code. (Steve Creps)
  71. makemon.c
  72. mklev.c
  73. mkroom.h
  74. objects.h
  75. mkshop.c
  76. mon.c
  77. monst.c
  78. permonst.h
  79.  
  80. makedefs.c    Added Landmines code. (Steve Creps)
  81. mklev.c
  82. trap.c
  83.  
  84. mkroom.h    Fixed item / shop probablility code. (Stefan Wrammerfors)
  85. shknam.c    Added additional item typ available.
  86.  
  87. pray.c        Randomized time between prayers. (Stefan Wrammerfors)
  88.  
  89. fight.c        Fixed typo. (Stefan Wrammerfors)
  90.  
  91. mhitu.c        Fixed monster special abilities usage bug.
  92.         (Stefan Wrammerfors)
  93.  
  94. objnam.c    Randomized max number and max bonus limits on objects
  95.         wished for.
  96.         Identified cursed items shown as such. (Stefan Wrammerfors)
  97.  
  98. topten.c    Added logfile to allow overall game tuning for balance.
  99. config.h    (Stefan Wrammerfors)
  100.  
  101. mklev.c        moved code identifying medusa & wizard levs to eliminate
  102. *main.c        garbage on screen. (Izchak Miller)
  103.  
  104. u_init.c    fixed up luck wraparound bug (Izchak Miller)
  105. hack.c
  106. dothrow.c
  107. fight.c
  108. mon.c
  109. play.c
  110. save.c
  111. sit.c
  112.  
  113. mon.c        fixed null referenced pointer bug. (The Unknown Hacker)
  114.  
  115. config.h    Hawaiian shirt code by Steve Linhart
  116. decl.c
  117. do_wear.c
  118. extern.h
  119. invent.c
  120. mhitu.c
  121. obj.h
  122. objects.h
  123. objnam.c
  124. polyself.c
  125. read.c
  126. steal.c
  127. u_init.c
  128. worn.c
  129.  
  130. config.h    "THEOLOGY" code addition (The Unknown Hacker)
  131. pray.c
  132.  
  133. mklev.c        Added typecasts to fix object generation bug on Microport
  134. fountain.c    Sys V/AT. (Jerry Lahti)
  135.  
  136. Makefile.unix    Added ${CFLAGS} to makedefs build line. (Jerry Lahti)
  137. Makefile.att
  138. Makefile.3B2
  139.  
  140. pager.c        Inventory fix for "things that are here". (Steve Creps)
  141.  
  142. cmd.c        More wizard debugging tools:
  143.             ^F = level map
  144.             ^E = find doors & traps        (Steve Creps)
  145.  
  146. apply.c        Blindfolded set/unset to "INTRINSIC" (many sources)
  147.  
  148. lev.c        new restmonchn() code. (Tom May)
  149. save.c
  150.  
  151. o_init.c    OS independance in init_objects (Tom May)
  152. objclass.h    (removal of oc_descr_i)
  153.  
  154. shk.c        declaration of typename() (Tom May)
  155.  
  156. apply.c        declaration of lmonnam() (Tom May)
  157.  
  158. mklev.c        fixes to make medusa and wizard levels dependent on MAXLEVEL
  159.         (Richard Hughey as pointed out to him by John Sin)
  160.  
  161. fountain.c    added "coins in fountain" code. (Chris Woodbury)
  162.  
  163. objects.h    bound gem color to type (Janet Walz)
  164. o_init.c
  165.  
  166. spell.c        spell list now displayed in the corner (Bruce Mewborne)
  167.  
  168. apply.c        multiple dragon types. (Bruce Mewborne)
  169. cmd.c        wand of lightning.
  170. do.c        ring of shock resistance.
  171. do_name.c    giant eel replaced by electric eel.
  172. end.c        "STOOGES" - three stooges code.
  173. engrave.c    Named dagger/short sword "Sting".
  174. fight.c        Lamps & Magic Lamps.
  175. makemon.c    A Badge - identifies you as a Kop.
  176. config.h    ^X option for wizard mode - gives current abilities.
  177. mhitu.c        New monster djinni '&' for Magic lamps.
  178. mklev.c        #rub command for lamps.
  179. mkobj.c        New monster: Gremlin 'G' augments Gnome on lower levels.
  180. mon.c        major modifications to buzz() code cleans it up.
  181. monmove.c
  182. monst.c        objnam.c    polyself.c    potion.c
  183. pri.c        rip.c        shk.c        sit.c
  184. u_init.c    wizard.c    zap.c        makedefs.c
  185. monst.h        obj.h        objects.h    permonst.h
  186. you.h        *main.c        *unix.c
  187.  
  188. rnd.c        fixed portability bug for 16 bit machines (Paul Eggert)
  189.  
  190. mhitu.c        fixed many lint flagged bugs (Izchak Miller)
  191. apply.c
  192. fight.c        mklev.c        mkmaze.c    mkshop.c
  193. monmove.c    shknam.c    trap.c        wizard.c
  194. zap.c        shk.c        do_name.c    invent.c
  195. unixtty.c    pctty.c        unixmain.c    pcmain.c
  196. do.c        options.c    termcap.c    makemon.c
  197. spell.c
  198.  
  199. termcap.c    major rewrite *** NOTE: Untested by MRS *** (Kevin Sweet)
  200.  
  201. do_name.c    reversed quantity check for "n blessed +xx items"
  202.         (Roland McGrath)
  203.  
  204. config.h    Added Kitchen Sink code (Janet Walz)
  205. rm.h
  206. decl.c        do.c        hack.c        invent.c
  207. makedefs.c    mklev.c        options.c    pager.c
  208. prisym.c    wizard.c    zap.c
  209.  
  210. end.c        Fixed "killed by" bugs in endgame code. (Steve Creps)
  211.  
  212. objects.h    Changed weight of a leash to a reasonable value. (Janet Walz)
  213.